home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Examples / AppKit / TextSizingExample / Makefile < prev    next >
Encoding:
Makefile  |  1997-01-13  |  1.4 KB  |  57 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = TextSizingExample
  11.  
  12. PROJECTVERSION = 2.6
  13. PROJECT_TYPE = Application
  14. LANGUAGE = English
  15.  
  16. ICONSECTIONS =    -sectcreate __ICON app /NextLibrary/Frameworks/AppKit.framework/Resources/NSDefaultApplicationIcon.tiff
  17.  
  18. LOCAL_RESOURCES = Aspect.nib FieldAspect.nib Info.nib\
  19.                   TextSizingExample.nib
  20.  
  21. GLOBAL_RESOURCES = README.rtf
  22.  
  23. CLASSES = Controller.m Aspect.m VertScrollAspect.m BiScrollAspect.m\
  24.           FixedSizeAspect.m TwoColumnsAspect.m FieldAspect.m
  25.  
  26. HFILES = Controller.h Aspect.h VertScrollAspect.h BiScrollAspect.h\
  27.          FixedSizeAspect.h TwoColumnsAspect.h FieldAspect.h
  28.  
  29. MFILES = TextSizingExample_main.m
  30.  
  31. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble m.template\
  32.             h.template
  33.  
  34.  
  35. MAKEFILEDIR = $(NEXT_ROOT)/NextDeveloper/Makefiles/pb_makefiles
  36. CODE_GEN_STYLE = DYNAMIC
  37. MAKEFILE = app.make
  38. NEXTSTEP_INSTALLDIR = /LocalDeveloper/Demos
  39. WINDOWS_INSTALLDIR = /LocalDeveloper/Demos
  40. LIBS = 
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45. FRAMEWORKS = -framework AppKit -framework Foundation
  46.  
  47.  
  48. include $(MAKEFILEDIR)/platform.make
  49.  
  50. -include Makefile.preamble
  51.  
  52. include $(MAKEFILEDIR)/$(MAKEFILE)
  53.  
  54. -include Makefile.postamble
  55.  
  56. -include Makefile.dependencies
  57.